projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a486536
)
Force malloc of g_slices in asan build
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Jan 2021 05:13:13 +0000
(
00:13
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Jan 2021 05:13:13 +0000
(
00:13
-0500)
Otherwise leaks could be missed.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 6f6a09258f323bedb3865e925fe9aff44e8a9534..1fca1f7a4b65680af777246ec1d12bf99667d3b9 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-9,6
+9,7
@@
backend=$2
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+export G_SLICE=always-malloc
case "${backend}" in
x11)